e6f6dced3706aadf66475ceca7b669b0dc4cffde,applications/content/src/org/ofbiz/content/cms/CmsEvents.java,CmsEvents,verifyContentToWebSite,#GenericDelegator#String#String#,236

Before Change


                }
            }
        } else {
            Debug.log("Found publish points: " + publishPoints, module);
            return true;
        }

After Change


                }
            }
        } else {
            if (Debug.verboseOn()) Debug.logVerbose("Found publish points: " + publishPoints, module);
            return true;
        }